Public Member Functions | |
| void | create_economy (void) |
| void | loop () |
| void | display_money (void) |
| void | set_money (int new_money) |
Public Attributes | |
| int | money |
| char | money_string |
| int | display |
| int | net |
| void economy::create_economy | ( | void | ) | [inline] |
| void economy::display_money | ( | void | ) | [inline] |
print the current money to screen
| void economy::loop | ( | ) | [inline] |
prints out the economy variables
| void economy::set_money | ( | int | new_money | ) | [inline] |
set the money variable and indicated when money subtracted
| int economy::display |
| int economy::money |
| int economy::net |
1.5.8